home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / appletalk / netatalk / afs / afsprivsrc.sit.hqx / AFS Privileges 1.50 / Protos.h < prev    next >
Encoding:
Text File  |  1993-09-21  |  2.6 KB  |  65 lines

  1. /*
  2. ****************************************************************************
  3. *Copyright 1992 Regents of The University of Michigan - All Rights Reserved*
  4. *                                                                          *
  5. * Permission to use, copy, modify, and distribute this software and its    *
  6. * documentation for any purpose and without fee is hereby granted,         *
  7. * provided that the above copyright notice appears in all copies and that  *
  8. * both that copyright notice and this permission notice appear in          *
  9. * supporting documentation, and that the name of The University of Michigan*
  10. * not be used in advertising or publicity pertaining to distribution of    *
  11. * the software without specific, written prior permission. This software   *
  12. * is supplied as is without expressed or implied warranties of any kind.   *
  13. *                                                                          *
  14. *            Center for Information Technology Integration                 *
  15. *                  Information Technology Division                         *
  16. *                     The University of Michigan                           *
  17. *                       519 W. William Street                              *
  18. *                     Ann Arbor, Michigan 48103                            *
  19. *                         +1 313-764-5440                                  *
  20. *                       FAX: +1 313-764-4434                               *
  21. *                        info@citi.umich.edu                               *
  22. *                                                                          *
  23. ****************************************************************************
  24. */      
  25.  
  26. /* hell if I know what this include file is used for */
  27.  
  28. /* File PStrings.c */
  29. void    CopyPStr        (char *, char *);
  30. void    AppendPStr        (char *,char *);
  31. void    PSubstr            (char *, char *, short, short);
  32. Boolean    PStrequal        (char *, char *);
  33. short    PPos            (char *, short, char);
  34. void    MakeNum            (short, char *);
  35.  
  36. /* File drvr.c */
  37. void    bzero            (char *, long);
  38. void    alert            (int);
  39.  
  40. /* File Window.c */
  41. void    closeWind        (DCtlPtr);
  42. void    doEvent            (EventRecord *, DCtlPtr);
  43. void    doUpdate        (void);
  44. void    doMouseDown        (EventRecord *, DCtlPtr);
  45. int        setUpWindow        (DCtlPtr);
  46. void    displayWind        (void);
  47. void    addObject        (void);
  48. void    delObject        (void);
  49. void    toggle            (Boolean);
  50. void    setRights        (void);
  51.  
  52. /* File directory.c */
  53. int                doGetDirectory    (void);
  54. pascal short    MyGetDirHook    (short, DialogPtr);
  55. pascal Boolean    FoldersOnly        (ParmBlkPtr);
  56.  
  57.  
  58. /* File ACL.c */
  59. void    buildACL    (void);
  60. void    parseStr    (char *);
  61.  
  62.  
  63. /* File SetUpA4.h */
  64. static __GetA4        (void);
  65.